stringlist: Cosmetic documentation fix
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 16:41:57 +0000 (12:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 16:43:16 +0000 (12:43 -0400)
gtk/gtkstringlist.c

index 753f11bdf8d9272779177dc028daac07b323607f..d4f90c6781f3fe4b158dafee0f62660943868df1 100644 (file)
@@ -587,7 +587,7 @@ gtk_string_list_remove (GtkStringList *self,
 /**
  * gtk_string_list_get_string:
  * @self: a #GtkStringList
- * @position:
+ * @position: the position to get the string for
  *
  * Gets the string that is at @position in @self. @position
  * must be smaller than the current length of the list.